Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel#Sync: pass annotation: keyword to newly created Reactor #348

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

paddor
Copy link
Contributor

@paddor paddor commented Oct 1, 2024

Just for symmetry with Kernel#Async. In a library I changed the specs to always run in a Sync {...} block which meant I had to change the main reactor from Async(annotation: 'x') { ... } to Async(annotation: 'x') { ... }.wait because Kernel#Sync didn't take an annotation. This PR allows it to be just Sync(annotation: 'x') { ... }.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant